|
In cryptography, PKCS #12 defines an archive file format for storing many cryptography objects as a single file. It is commonly used to bundle a private key with its X.509 certificate or to bundle all the members of a chain of trust.〔http://help.globalscape.com/help/secureserver3/Generating_a_PKCS_12_private_key_public_certificate.htm〕 A PKCS #12 file may be encrypted and signed. The internal storage containers, called "SafeBags", may also be encrypted and signed. A few SafeBags are predefined to store certificates, private keys and CRLs. Another SafeBag is provided to store any other data at individual implementer's choice. 〔 〕〔 〕 PKCS #12 is one of the family of standards called Public-Key Cryptography Standards (PKCS) published by RSA Laboratories. The filename extension for PKCS #12 files is " .p12 " or ".pfx ".These files can be created, parsed and read out with the OpenSSL pkcs12 command.==Relationship to PFX file format== PKCS #12 is the successor to Microsoft's "PFX", however, the terms "PKCS #12 file" and "PFX file" are sometimes used interchangeably.〔〔 Microsoft's "PFX" has received heavy criticism of being one of the most complex cryptographic protocols.〔 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「PKCS 12」の詳細全文を読む スポンサード リンク
|